You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVec Class > TMtxVec Methods > CopyTo Method > TMtxVec.CopyTo Method ([In] TMtxVec, [In] TMtxFloatPrecision)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVec.CopyTo Method ([In] TMtxVec, [In] TMtxFloatPrecision)

Copy and convert values to specified dstFloatPrecision.

Syntax
C#
Visual Basic
public void CopyTo([In] TMtxVec Dst, [In] TMtxFloatPrecision dstFloatPrecision);

Dst will be sized to hold all calling object data in specified dstFloatPrecision. The single/double and Complex/Not Complex conversion cant be handled concurrently.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!